home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 November / Chip Kasım 2003.iso / prog / mmedya / mira / setup.exe / doc / mcap.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2002-08-20  |  3.1 KB  |  194 lines

  1. BODY {
  2.     background-color : White;
  3.     margin : 0px;
  4.     padding : 0px;
  5.     border : 0px;
  6.     text-align : left;
  7.     font-size : 13px;
  8. }
  9. td{
  10.     font-size:13px;
  11. }
  12. td.sm{
  13.      font-size:10px;
  14. }
  15.  
  16. A:link{
  17.     font-family : Arial;
  18.     color : #004890;
  19.     font-size : 12px;
  20. }
  21.  
  22. A:visited{
  23.     font-family : Arial;
  24.     color : #004890;
  25.     font-size : 12px;
  26. }
  27.  
  28. A:hover{
  29.     font-family : Arial;
  30.     color : #004890;
  31.     font-size : 12px;
  32. }
  33. H1 {
  34.     padding-left : 20px;
  35.     color:#FFFFFF;
  36.     background-color : #A0A0A0;
  37.     font-family : Arial;
  38.     font-weight : bold;
  39.     font-size : 20px;
  40.     text-align : left;
  41. }
  42.  
  43. /*h1 {
  44.     font-size : x-large;
  45.     color : Blue;
  46.     font-family : Arial, Helvetica, sans-serif;
  47.     text-align : center;
  48. } */
  49. h2 {
  50.     font-size : 17px;
  51.     color : Black;
  52.     font-family : Arial, Helvetica, sans-serif;
  53.     text-align : left;
  54. }
  55.  
  56. /*h2 {
  57.     font-size : large;
  58.     color : Black;
  59.     font-family : Arial, Helvetica, sans-serif;
  60.     text-align : center;
  61. } */
  62.  
  63. h2.left {
  64.     font-size : 17px;
  65.     color : Black;
  66.     font-family : Arial, Helvetica, sans-serif;
  67.     text-align : left;
  68. }
  69.  
  70.  
  71. /*h3 {
  72.     font-size : medium;
  73.     color : Black;
  74.     font-family : Arial, Helvetica, sans-serif;
  75.     text-align : left;
  76.     font-weight : normal;
  77. }*/
  78. h3{
  79.     color:Black;
  80.     background-color : #EDEDED;
  81.     font-family : Arial;
  82.     font-weight : bold;
  83.     font-size : 13px;
  84.     border-style: solid;
  85.     border-color: Black;    
  86.     padding-left : 10px;
  87.     margin-bottom : 0px;
  88.     border-bottom-width : 1px;
  89.     border-top-width : 1px;
  90.     border-left-width : 0px;
  91.     border-right-width : 0px;
  92. }
  93.  
  94. h4 {
  95.     font-size : small;
  96.     color : Black;
  97.     font-family : Arial, Helvetica, sans-serif;
  98.     text-align : left;
  99.     font-weight : bold;
  100. }
  101.  
  102. h5 {
  103.     font-size : x-small;
  104.     color : Black;
  105.     font-family : Arial, Helvetica, sans-serif;
  106.     text-align : left;
  107.     font-weight : bold;
  108. }
  109.  
  110. .text_left {
  111.        font-family : Arial;
  112.     color : #222222;
  113.     font-size : 12px;
  114.     text-align : left;
  115. }
  116.  
  117. .text_right {
  118.        font-family : Arial;
  119.     color : #222222;
  120.     font-size : 12px;
  121.     text-align : right;
  122. }
  123.  
  124. .text_center {
  125.        font-family : Arial;
  126.     color : #222222;
  127.     font-size : 12px;
  128.     text-align : center;
  129. }
  130.  
  131. .text_indent {
  132.     color: black;
  133.     font-family: Arial, Helvetica, sans-serif;
  134.     /*font-size:13px;*/
  135.     font-size:13px;
  136. }
  137. .tabh1{
  138.     text-align : center;
  139.     font-family : Arial;
  140.     font-size : 12px;
  141.     font-weight : bold;
  142.     color:#FFFFFF;
  143.     background-color:Gray;
  144. }
  145.  
  146. .tabh2{
  147.     color: white;
  148.     font-weight: bold;
  149.     font-size: 13px;
  150.     background-color:Gray;
  151.     color: white;
  152.     text-align: center;
  153.     FONT-FAMILY: Verdana, Arial;
  154. }
  155.  
  156. .tabcell{
  157.     /*background-color: #93b2fe;*/
  158.     background-color: white;
  159. }
  160.  
  161. .pcell{
  162.     font-weight: bold;
  163.     text-align: center;
  164.       font-family : Arial;
  165.     font-size : 12px;
  166.     color:#000000;
  167.     background-color:Silver;
  168. }
  169. .vcell{
  170.     text-align: center;
  171.     font-family : Arial;
  172.     font-size : 12px;
  173.     color:#000000;
  174.     background-color:Silver;
  175. }
  176. .dcell{
  177.     font-family : Arial;
  178.     font-size : 12px;
  179.     color:#000000;
  180.     background-color:Silver;
  181. }
  182. .cop{
  183.     color:Black;
  184.     background-color : #EDEDED;
  185.     font-family : Arial;
  186.     font-size : 10px;
  187.     border-style: solid;
  188.     border-color: Black;
  189.     border-width : 1px ;
  190.     margin : 0px;
  191.     padding : 0px;
  192.     text-align : right;
  193. }
  194.